home *** CD-ROM | disk | FTP | other *** search
/ Mac Easy 2010 May / Mac Life Ubuntu.iso / casper / filesystem.squashfs / usr / src / linux-headers-2.6.28-15 / ubuntu / unionfs / Makefile < prev   
Encoding:
Makefile  |  2009-09-09  |  552 b   |  17 lines

  1. UNIONFS_VERSION  = 1.4
  2. SUP_MAJOR= 2
  3. SUP_MINOR= 6
  4. SUP_PATCH= 18
  5.  
  6. EXTRA_CFLAGS+=-DUNIONFS_VERSION=\"${UNIONFS_VERSION}\" -DSUP_MAJOR=${SUP_MAJOR} -DSUP_MINOR=${SUP_MINOR} -DSUP_PATCH=${SUP_PATCH} -DUNIONFS_UNSUPPORTED
  7.  
  8. # This will enable full debugging support
  9. # EXTRA_CFLAGS+=-DUNIONFS_DEBUG
  10.  
  11. obj-$(CONFIG_FS_UNIONFS) += unionfs.o
  12.  
  13. unionfs-objs := subr.o dentry.o file.o inode.o main.o super.o \
  14.     stale_inode.o branchman.o xattr.o rdstate.o copyup.o  \
  15.     dirhelper.o rename.o unlink.o lookup.o persistent_inode.o \
  16.     commonfops.o dirfops.o print.o sioq.o
  17.